Skip to content

chore: version packages#806

Merged
chybisov merged 1 commit into
mainfrom
changeset-release/main
Jul 8, 2026
Merged

chore: version packages#806
chybisov merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@lifi/widget@4.2.0

Minor Changes

  • #792 549d0f0 Thanks @effie-ms! - Add advanced mode settings with dedicated slippage and route priority pages, plus a settings panel for configuring them.

  • #778 eb4268f Thanks @effie-ms! - Add AppearanceChanged widget event emitted when the user toggles light/dark/system in the settings page.

  • #776 befcc74 Thanks @effie-ms! - Add an opt-in redesigned Send/Receive amount input card pair (AmountInputCardPair), enabled via defaultUI.layout: 'cards' (defaults to 'default'). With 'default', the chain/token selectors plus the single AmountInput remain the amount-entry UI. The new cards feature a token pill selector, percentage chips with gas-reserve deduction, fiat/token toggle, price (fiat) input mode, a swap button that reverses the from/to selection, and a receive card showing route price impact.

  • #793 9a746ee Thanks @effie-ms! - Add limit order mode with a limit price card, expiry selector, partial-fill toggle, and linked send/receive amounts.

Patch Changes

  • #816 5071e9e Thanks @chybisov! - Bump dependencies (@lifi/sdk → 4.1.x, MUI, wagmi, vite, and others).

  • #818 a7e6b92 Thanks @chybisov! - Bump dependencies (MUI 9.2, wagmi 3.7, viem 2.54.6, TanStack Router/Virtual, i18next, motion, and @lifi/sdk-provider-{ethereum,solana}).

  • Updated dependencies [5071e9e, 6d19d22, a7e6b92, bf91f25]:

    • @lifi/wallet-management@4.1.1
    • @lifi/widget-provider@4.2.0

@lifi/widget-light@4.2.0

Minor Changes

  • #778 eb4268f Thanks @effie-ms! - Add AppearanceChanged widget event emitted when the user toggles light/dark/system in the settings page.

@lifi/widget-provider@4.2.0

Minor Changes

  • #805 6d19d22 Thanks @chybisov! - feat: recognize MetaMask Bitcoin in the wallet list

    Adds MetaMask Bitcoin (io.metamask.bitcoin) detection (via the shared
    window.ethereum.isMetaMask signal, same extension as MetaMask EVM) and icon, so
    it dedupes with MetaMask EVM in the wallet list. BitcoinProvider now accepts a
    connectors option to append extra Bigmi connectors.

    The connector itself is opt-in, mirroring reown(): install
    @metamask/bitcoin-wallet-standard + @metamask/multichain-api-client, call
    registerBitcoinWalletStandard({ client }), and add metamask() (from
    @bigmi/client) via BitcoinProvider({ connectors: [metamask()] }) or
    createDefaultBigmiConfig. No @metamask/* deps are added to the widget packages.

    Also bumps @bigmi/client to ^0.9.0 and @bigmi/react to ^0.8.2.

Patch Changes

  • #816 5071e9e Thanks @chybisov! - Bump dependencies (@lifi/sdk → 4.1.x, MUI, wagmi, vite, and others).

  • #804 bf91f25 Thanks @chybisov! - Remove Phantom from the Bitcoin wallet connectors. Phantom deprecated its Bitcoin wallet and removed the injected window.phantom.bitcoin provider, so it no longer connects for Bitcoin. The default Bitcoin config no longer registers the phantom() connector, and the app.phantom.bitcoin installed-wallet detection has been removed. Phantom for Solana/EVM is unaffected.

@lifi/widget-provider-bitcoin@4.2.0

Minor Changes

  • #805 6d19d22 Thanks @chybisov! - feat: recognize MetaMask Bitcoin in the wallet list

    Adds MetaMask Bitcoin (io.metamask.bitcoin) detection (via the shared
    window.ethereum.isMetaMask signal, same extension as MetaMask EVM) and icon, so
    it dedupes with MetaMask EVM in the wallet list. BitcoinProvider now accepts a
    connectors option to append extra Bigmi connectors.

    The connector itself is opt-in, mirroring reown(): install
    @metamask/bitcoin-wallet-standard + @metamask/multichain-api-client, call
    registerBitcoinWalletStandard({ client }), and add metamask() (from
    @bigmi/client) via BitcoinProvider({ connectors: [metamask()] }) or
    createDefaultBigmiConfig. No @metamask/* deps are added to the widget packages.

    Also bumps @bigmi/client to ^0.9.0 and @bigmi/react to ^0.8.2.

Patch Changes

  • #816 5071e9e Thanks @chybisov! - Bump dependencies (@lifi/sdk → 4.1.x, MUI, wagmi, vite, and others).

  • #804 bf91f25 Thanks @chybisov! - Remove Phantom from the Bitcoin wallet connectors. Phantom deprecated its Bitcoin wallet and removed the injected window.phantom.bitcoin provider, so it no longer connects for Bitcoin. The default Bitcoin config no longer registers the phantom() connector, and the app.phantom.bitcoin installed-wallet detection has been removed. Phantom for Solana/EVM is unaffected.

  • Updated dependencies [5071e9e, 6d19d22, bf91f25]:

    • @lifi/widget-provider@4.2.0

@lifi/wallet-management@4.1.1

Patch Changes

  • #816 5071e9e Thanks @chybisov! - Bump dependencies (@lifi/sdk → 4.1.x, MUI, wagmi, vite, and others).

  • #805 6d19d22 Thanks @chybisov! - feat: recognize MetaMask Bitcoin in the wallet list

    Adds MetaMask Bitcoin (io.metamask.bitcoin) detection (via the shared
    window.ethereum.isMetaMask signal, same extension as MetaMask EVM) and icon, so
    it dedupes with MetaMask EVM in the wallet list. BitcoinProvider now accepts a
    connectors option to append extra Bigmi connectors.

    The connector itself is opt-in, mirroring reown(): install
    @metamask/bitcoin-wallet-standard + @metamask/multichain-api-client, call
    registerBitcoinWalletStandard({ client }), and add metamask() (from
    @bigmi/client) via BitcoinProvider({ connectors: [metamask()] }) or
    createDefaultBigmiConfig. No @metamask/* deps are added to the widget packages.

    Also bumps @bigmi/client to ^0.9.0 and @bigmi/react to ^0.8.2.

  • #818 a7e6b92 Thanks @chybisov! - Bump dependencies (MUI 9.2, wagmi 3.7, viem 2.54.6, TanStack Router/Virtual, i18next, motion, and @lifi/sdk-provider-{ethereum,solana}).

  • Updated dependencies [5071e9e, 6d19d22, bf91f25]:

    • @lifi/widget-provider@4.2.0

@lifi/widget-provider-ethereum@4.1.1

Patch Changes

  • #816 5071e9e Thanks @chybisov! - Bump dependencies (@lifi/sdk → 4.1.x, MUI, wagmi, vite, and others).

  • #818 a7e6b92 Thanks @chybisov! - Bump dependencies (MUI 9.2, wagmi 3.7, viem 2.54.6, TanStack Router/Virtual, i18next, motion, and @lifi/sdk-provider-{ethereum,solana}).

  • Updated dependencies [5071e9e, 6d19d22, bf91f25]:

    • @lifi/widget-provider@4.2.0

@lifi/widget-provider-solana@4.1.1

Patch Changes

  • #816 5071e9e Thanks @chybisov! - Bump dependencies (@lifi/sdk → 4.1.x, MUI, wagmi, vite, and others).

  • #818 a7e6b92 Thanks @chybisov! - Bump dependencies (MUI 9.2, wagmi 3.7, viem 2.54.6, TanStack Router/Virtual, i18next, motion, and @lifi/sdk-provider-{ethereum,solana}).

  • Updated dependencies [5071e9e, 6d19d22, bf91f25]:

    • @lifi/widget-provider@4.2.0

@lifi/widget-provider-sui@4.1.1

Patch Changes

@lifi/widget-provider-tron@4.1.1

Patch Changes

@github-actions github-actions Bot force-pushed the changeset-release/main branch 5 times, most recently from 72e4d10 to 70678b6 Compare June 30, 2026 12:38
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 70678b6 to d3e0423 Compare July 7, 2026 08:38
@github-actions github-actions Bot force-pushed the changeset-release/main branch from d3e0423 to a3a9504 Compare July 8, 2026 11:41
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

✅ E2E Dev Smoke — passing

Check Result
Dev server start (pnpm dev) ✅ started
Smoke tests ✅ passed

4 passed · 0 failed · 0 skipped · 32s

View run

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

E2E Examples — all passed

All examples passed in the latest run.

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

E2E Playground results

passed  158 passed

Details

stats  158 tests across 10 suites
duration  2 minutes, 9 seconds
commit  a3a9504

📥 Download full HTML report (open the run → Artifacts → playwright-report)

@chybisov chybisov merged commit 80dd6ac into main Jul 8, 2026
47 of 48 checks passed
@chybisov chybisov deleted the changeset-release/main branch July 8, 2026 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant